type runtime.specialWeakHandle
6 uses
runtime (current package)
mgcmark.go#L460: spw := (*specialWeakHandle)(unsafe.Pointer(sp))
mheap.go#L802: h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
mheap.go#L2400: type specialWeakHandle struct {
mheap.go#L2536: s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
mheap.go#L2624: handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
mheap.go#L2795: sw := (*specialWeakHandle)(unsafe.Pointer(s))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)